Uses of Interface
com.cisco.pt.ipc.sim.CustomTcpProcess
Packages that use CustomTcpProcess
Package
Description
Java Framework built for Packet Tracer 8.1.0.
-
Uses of CustomTcpProcess in com.cisco.pt.ipc
Methods in com.cisco.pt.ipc that return CustomTcpProcessModifier and TypeMethodDescriptionIPCFactory.listen(TcpProcess tcpProcess, int port, boolean requestNotify) Methods in com.cisco.pt.ipc with parameters of type CustomTcpProcess -
Uses of CustomTcpProcess in com.cisco.pt.ipc.events
Methods in com.cisco.pt.ipc.events with parameters of type CustomTcpProcessModifier and TypeMethodDescriptionvoidCustomTcpProcessEventRegistry.addListener(CustomTcpProcessEventListener listener, CustomTcpProcess objClass) voidCustomTcpProcessEventRegistry.addSpecificListenerFiltered(CustomTcpProcessEventListener listener, CustomTcpProcess objClass, List<String> events) voidCustomTcpProcessEventRegistry.removeListener(CustomTcpProcessEventListener listener, CustomTcpProcess objClass) voidCustomTcpProcessEventRegistry.removeSpecificListenerFiltered(CustomTcpProcessEventListener listener, CustomTcpProcess objClass, List<String> events) -
Uses of CustomTcpProcess in com.cisco.pt.ipc.sim
Methods in com.cisco.pt.ipc.sim that return CustomTcpProcessModifier and TypeMethodDescriptionTcpProcess.listen(int port, boolean requestNotify) Information provided by the PKI file: -
Uses of CustomTcpProcess in com.cisco.pt.ipc.sim.impl
Classes in com.cisco.pt.ipc.sim.impl that implement CustomTcpProcessModifier and TypeClassDescriptionclassInformation provided by the PKI file:Methods in com.cisco.pt.ipc.sim.impl that return CustomTcpProcessModifier and TypeMethodDescriptionTcpProcessImpl.listen(int port, boolean requestNotify) Information provided by the PKI file: